﻿CHARACTERS = {
	c:BER = {
		create_character = {
			# Sayaji Rao II Gaewad
			#role = politician # Remove this line
			first_name = "Sayaji_Rao"
			last_name = "Gaekwad"
			ruler = yes
			age = 46 # I have no idea how old he was, but his started his reign in 1818, probably.
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				arrogant
			}
		}	

		create_character = {
			# Ganpat Rao Gaekwad
			#role = politician # Remove this line
			first_name = "Ganpat_Rao"
			last_name = "Gaekwad"
			heir = yes
			age = 22 # No idea how old he was! But he died in 1856.
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}
	}
}
